Search
AwtGraphics.drawPolygon Method (Pen, Point[])
See Also
 






Draws the polygon defined by the specified points using the specified pen.

Namespace: com.mindfusion.drawing
Package: com.mindfusion.drawing

 Syntax

Java  Copy Code

public void drawPolygon (
    Pen pen,
    Point[] points
)

 Parameters

pen

points

 See Also